#adv-mag-page-slide-1{
  width: 140px;
  height: 400px;
  position: fixed;
  left: 0;
  top:0;
  bottom: 0;
  margin: auto;
  z-index: 102;
}
#adv-mag-page-slide-1 .adv-mag-close{
 /* margin-left: 5px;
  position: absolute;
  background: #b0aaaa;
  border-radius: 50%;
  line-height: 20px;
  width: 20px;
  text-align: center;
  top: 5px;*/
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
#adv-mag-page-slide-1 .adv-mag-main-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#adv-mag-page-slide-2{
  width: 150px;
  height: 170px;
  position: fixed;
  right: 0;
  top:125px;
  z-index: 102;
}
#adv-mag-page-slide-2 .adv-mag-close{
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
#adv-mag-page-slide-2 .adv-mag-main-image{
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
}

#adv-mag-page-slide-3{
  width: 140px;
  height: 400px;
  position: fixed;
  right: 0;
  top:290px;
  bottom: 0;
  z-index: 102;
}
#adv-mag-page-slide-3 .adv-mag-close{
  /*display: block;
  margin-right: 5px;
  position: absolute;
  right: 3px;
  background: #b0aaaa;
  border-radius: 50%;
  line-height: 20px;
  width: 20px;
  text-align: center;
  top: 5px;*/
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
#adv-mag-page-slide-3 .adv-mag-main-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#adv-mag-page-slide-4{
  width: 140px;
  height: 140px;
  position: fixed;
  right: 0;
  top:290px;
  bottom: 0;
  z-index: 102;
}
#adv-mag-page-slide-4 .adv-mag-close{
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
#adv-mag-page-slide-4 .adv-mag-main-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
